DiagMessage

Undocumented in source.

Members

Variables

diagnostic
string diagnostic;

The diagnostic message such as file.cpp:2:3 error: some text [foo-check]

file
string file;

Filename that clang-tidy reported for the warning.

severity
Severity severity;
Undocumented in source.
trailing
string[] trailing;

The trailing info such as fixits

Meta